home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / zlib-1.000 < prev    next >
Text File  |  1996-11-17  |  2KB  |  36 lines

  1. Begin3
  2. Title:          zlib -- a general-purpose data compression library
  3. Version:        1.0.4
  4. Entered-date:   24JUL96
  5. Description:    zlib is designed to be a free, general-purpose, legally
  6.                 unencumbered -- that is, not covered by any patents -- lossless
  7.                 data-compression library for use on virtually any computer
  8.                 hardware and operating system.  The zlib data format is itself
  9.                 portable across platforms.  Unlike the LZW compression method
  10.                 used in Unix compress(1), the compression method currently used
  11.                 in zlib essentially never expands the data.  (LZW can double or
  12.                 triple the file size in extreme cases.)  zlib's memory footprint
  13.                 is also independent of the input data and can be reduced, if
  14.                 necessary, at some cost in compression.
  15.                 The compression algorithm used in zlib is essentially the same
  16.                 as that in gzip and Zip, namely, the `deflate' method.
  17.                 zlib is an integral part of libpng and has been tested
  18.                 extensively as part of many PNG-supporting applications.
  19.                 Upcoming versions of gzip and UnZip will also use zlib.
  20.                 Please note that zlib is *NOT* related to the Linux zlibc
  21.                 Compressing File System.
  22. Keywords:       compression, library
  23. Author:         zlib@quest.jpl.nasa.gov (Jean-loup Gailly)
  24.                 zlib@quest.jpl.nasa.gov (Mark Adler)
  25.                 http://quest.jpl.nasa.gov/zlib (zlib Homepage)
  26. Maintained-by:  zlib@quest.jpl.nasa.gov (Jean-loup Gailly)
  27.                 zlib@quest.jpl.nasa.gov (Mark Adler)
  28. Primary-site:   ftp://quest.jpl.nasa.gov/pub/zlib
  29.                 86kB zlib-1.0.4.tar.gz
  30. Alternate-site: ftp://sunsite.unc.edu/pub/Linux/libs
  31.                 86kB zlib-1.0.4.tar.gz
  32. Alternate-site: ftp://tsx-11.mit.edu/pub/linux/sources/libs
  33.                 86kB zlib-1.0.4.tar.gz
  34. Copying-policy: Copyrighted but freely distributable
  35. End
  36.